Back

No longer slaves - Opw. 794

intro-a

PNG - MP3 - MIDI
sax-only PNG
horn PNG
sax PNG
source code
\version "2.22.2"

melody = \transpose e a \relative c' {
  \numericTimeSignature
  \time 4/4
  \key e\major
  
  e2 fis2 | b4 e,4 cis2 | e2 fis2 | gis4 b4 cis2 |

}

chordNames = \transpose e a \chordmode {
  
  cis2:m b2 | e2 a2 | cis2:m b2 | e2 a2 | 
 
}

songtext = \lyricmode {}

\include "../template.ly"

intro-e

PNG - MP3 - MIDI
sax PNG
horn PNG
sax-only PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=74
  \key e\major
  
  e2 fis2 | b4 e,4 cis2 | e2 fis2 | gis4 b4 cis2 |

}

chordNames = \chordmode {
  
  cis2:m b2 | e2 a2 | cis2:m b2 | e2 a2 | 
 
}

songtext = \lyricmode {}

\include "../template.ly"